func net/netip.stringsLastIndexByte

3 uses

	net/netip (current package)
		leaf_alts.go#L10: func stringsLastIndexByte(s string, b byte) int {
		netip.go#L1046: 	i := stringsLastIndexByte(s, ':')
		netip.go#L1277: 	i := stringsLastIndexByte(s, '/')